Skip navigation links
Java Annotation Indexer 1.1.0.Final
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
Skip navigation links
Java Annotation Indexer 1.1.0.Final

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