Uses of Class
org.jvnet.basicjaxb_annox.model.XAnnotation
Packages that use XAnnotation
Package
Description
-
Uses of XAnnotation in org.jvnet.basicjaxb_annox.model
Fields in org.jvnet.basicjaxb_annox.model declared as XAnnotationModifier and TypeFieldDescriptionstatic XAnnotation<?>[]XAnnotation.EMPTY_ARRAYEmpty array of annotations.Methods in org.jvnet.basicjaxb_annox.model that return XAnnotationModifier and TypeMethodDescriptionXAnnotation<?>[]XAnnotated.getXAnnotations()Returns the annotations associated with the item.Constructors in org.jvnet.basicjaxb_annox.model with parameters of type XAnnotationModifierConstructorDescriptionXAnnotated(XAnnotation<?>[] xannotations) Constructs an annotated item.XAnnotatedElement(T annotatedElement, XAnnotation<?>[] xannotations) Constructs an annotated element.XAnnotationInvocationHandler(XAnnotation<?> annotation) XClass(Class<?> targetClass, XAnnotation<?>[] xannotations, XField[] xfields, XConstructor[] xconstructors, XMethod[] xmethods) Constructs an annotated class.XConstructor(Constructor<?> constructor, XAnnotation<?>[] xannotations, XParameter[] parameters) Constructs an annotated constructor.XField(Field field, XAnnotation<?>[] xannotations) Constructs an annotated field.XMember(T member, XAnnotation<?>[] xannotations) Constructs an annotated member.XMethod(Method method, XAnnotation<?>[] xannotations, XParameter[] parameters) Constructs an annotated method.XPackage(Package targetPackage, XAnnotation<?>[] xannotations, XClass[] xclasses) Constructs an annotated package.XParameter(Class<?> type, XAnnotation<?>[] xannotations) Constructs an annotated method parameter. -
Uses of XAnnotation in org.jvnet.basicjaxb_annox.model.annotation.value
Methods in org.jvnet.basicjaxb_annox.model.annotation.value that return XAnnotationConstructors in org.jvnet.basicjaxb_annox.model.annotation.value with parameters of type XAnnotationModifierConstructorDescriptionXXAnnotationAnnotationValue(A annotation, XAnnotation<A> xannotation) XXAnnotationAnnotationValue(XAnnotation<A> xannotation) -
Uses of XAnnotation in org.jvnet.basicjaxb_annox.parser
Methods in org.jvnet.basicjaxb_annox.parser that return XAnnotationModifier and TypeMethodDescriptionXAnnotation<?>XAnnotationParser.parse(japa.parser.ast.expr.AnnotationExpr annotationElement) XAnnotation<?>[]XAnnotationParser.parse(japa.parser.ast.expr.AnnotationExpr[] annotationElements) XAnnotation<?>XAnnotationParser.parse(Annotation annotation) XAnnotation<?>[]XAnnotationParser.parse(Annotation[] annotations) XAnnotation<?>XAnnotation<?>[]XAnnotation<?>XAnnotation<?>[] -
Uses of XAnnotation in org.jvnet.basicjaxb_annox.reader.resourced
Methods in org.jvnet.basicjaxb_annox.reader.resourced that return XAnnotationModifier and TypeMethodDescriptionprotected XAnnotation<?>[]NXConverter.parseAnnotations(List<Element> elements)