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 class
BCClass
The BCClass represents a class object in the bytecode framework, in many ways mirroring theClass
class of Java reflection.class
BCField
A field of a class.class
BCMember
A member field or method of a class.class
BCMethod
A method of a class.
-