Java Annotation Indexer 1.2.5.Final-redhat-1

org.jboss.jandex

Class AnnotationValue

In addition a value can be a single-dimension array of any of the above types

To access a value, the proper typed method must be used that matches the expected type of the annotation parameter. In addition, some methods will allow conversion of different types. For example, a byte can be returned as an integer using asInt(). Also all value types support a String representation.

Thread-Safety

This class is immutable and can be shared between threads without safe publication.
Author:
Jason T. Greene
Java Annotation Indexer 1.2.5.Final-redhat-1

Copyright © 2016 JBoss by Red Hat. All rights reserved.