Package io.ebean.enhance.common
Class AnnotationInfo
java.lang.Object
io.ebean.enhance.common.AnnotationInfo
Collects the annotation information.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationInfo(AnnotationInfo parent) The parent is typically the class level annotation information which could be considered to hold default values. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a annotation value.getArrayEntry(String prefix) Gets or creates a list for the given prefix, it will hold the array values.Return a value out of the map.voidsetParent(AnnotationInfo parent) toString()
-
Constructor Details
-
AnnotationInfo
The parent is typically the class level annotation information which could be considered to hold default values.
-
-
Method Details