Class TypeAnnotationDefault
×News: OpenXava 7.7 released - March 9 · Read more
java.lang.Object
org.openxava.model.meta.TypeAnnotationDefault
Utility class to access to default type from an annotation.
- Since:
- 6.6
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void_addForAnnotation(String annotationClassName, String type) static StringforAnnotation(Annotation annotation)
-
Constructor Details
-
TypeAnnotationDefault
public TypeAnnotationDefault()
-
-
Method Details
-
_addForAnnotation
- Throws:
XavaException
-
forAnnotation
public static String forAnnotation(Annotation annotation) throws ElementNotFoundException, XavaException
-