Uses of Class
serp.bytecode.Annotated
-
Packages that use Annotated Package Description serp.bytecode Bytecode Manipuation -
-
Uses of Annotated in serp.bytecode
Subclasses of Annotated in serp.bytecode Modifier and Type Class Description classBCClassThe BCClass represents a class object in the bytecode framework, in many ways mirroring theClassclass of Java reflection.classBCFieldA field of a class.classBCMemberA member field or method of a class.classBCMethodA method of a class.
-