public class AnnotationData
extends Object
Created by covers1624 on 12/9/22.
-
Field Summary
Fields
The Annotation class these values belong to.
Contains a map of
String to annotation field value.
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
type
The Annotation class these values belong to.
-
values
Contains a map of
String to annotation field value.
A value may be one of Byte, Boolean, Character,
Short, Integer, Long, Float, Double,
String, Boolean, ClassType, Field for enum constants,
AnnotationData for another annotation, or a List of one of the prior mentioned types, boxed.
-
-
Method Details
-
isEmpty
public boolean isEmpty()
-
isSingleElement
public boolean isSingleElement()
-