Class BooleanAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.BooleanAnnotationValue
- All Implemented Interfaces:
WritableEntry
A boolean annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
getTag()
boolean
getValue()
void
writeData
(ByteArrayDataOutputStream stream) Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
BooleanAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTag
in classAnnotationValue
-
writeData
- Specified by:
writeData
in classAnnotationValue
- Throws:
IOException
-
getValue
public boolean getValue()
-