Class AnnotationElement.Attribute
java.lang.Object
org.infinispan.protostream.descriptors.AnnotationElement
org.infinispan.protostream.descriptors.AnnotationElement.Attribute
- Enclosing class:
AnnotationElement
- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class AnnotationElement
AnnotationElement.Annotation, AnnotationElement.AnnotationTarget, AnnotationElement.Array, AnnotationElement.Attribute, AnnotationElement.AttributeType, AnnotationElement.Identifier, AnnotationElement.Literal, AnnotationElement.Value, AnnotationElement.Visitor -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final Stringprivate final AnnotationElement.ValueFields inherited from class AnnotationElement
position, UNKNOWN_POSITION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(AnnotationElement.Visitor visitor) getName()getValue()toString()Methods inherited from class AnnotationElement
column, line, makePosition, positionToString
-
Field Details
-
name
-
packageName
-
value
-
-
Constructor Details
-
Attribute
-
-
Method Details
-
getName
-
getPackageName
-
getValue
-
acceptVisitor
- Overrides:
acceptVisitorin classAnnotationElement
-
toString
-