Uses of Class
serp.bytecode.Annotations
Packages that use Annotations
-
Uses of Annotations in serp.bytecode
Methods in serp.bytecode that return AnnotationsModifier and TypeMethodDescriptionAnnotated.getDeclaredAnnotations
(boolean add) Return runtime invisible annotation information for the entity.Annotated.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 AnnotationsModifier and TypeMethodDescriptionvoid
BCVisitor.enterAnnotations
(Annotations obj) void
BCVisitor.exitAnnotations
(Annotations obj)