Class AnnotationElement.Value

java.lang.Object
org.infinispan.protostream.descriptors.AnnotationElement
org.infinispan.protostream.descriptors.AnnotationElement.Value
Direct Known Subclasses:
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Identifier, AnnotationElement.Literal
Enclosing class:
AnnotationElement

public abstract static class AnnotationElement.Value extends AnnotationElement
  • Constructor Details

    • Value

      protected Value(long pos)
  • Method Details

    • getValue

      public abstract Object getValue()
    • toString

      public abstract String toString()
      All Values must override toString() in a sensible manner.
      Overrides:
      toString in class Object