Uses of Class
serp.bytecode.Annotations
-
Packages that use Annotations Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of Annotations in serp.bytecode
Methods in serp.bytecode that return Annotations Modifier and Type Method Description AnnotationsAnnotated. getDeclaredAnnotations(boolean add)Return runtime invisible annotation information for the entity.AnnotationsAnnotated. getDeclaredRuntimeAnnotations(boolean add)Return runtime visible annotation information for the entity. -
Uses of Annotations in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type Annotations Modifier and Type Method Description voidBCVisitor. enterAnnotations(Annotations obj)voidBCVisitor. exitAnnotations(Annotations obj)
-