java.lang.Object
org.glavo.classfile.impl.AnnotationImpl
- All Implemented Interfaces:
Annotation,ClassFileElement,WritableElement<Annotation>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic interfacestatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glavo.classfile.Annotation
classSymbol
-
Constructor Details
-
AnnotationImpl
-
-
Method Details
-
className
Description copied from interface:AnnotationReturns the class of the annotation.- Specified by:
classNamein interfaceAnnotation- Returns:
- the class of the annotation
-
elements
Description copied from interface:AnnotationReturns the elements of the annotation.- Specified by:
elementsin interfaceAnnotation- Returns:
- the elements of the annotation
-
writeTo
Description copied from interface:WritableElementWrites the element to the specified writer- Specified by:
writeToin interfaceWritableElement<Annotation>- Parameters:
buf- the writer
-
toString
-