Uses of Class
org.apache.juneau.commons.annotation.AnnotationObject
Packages that use AnnotationObject
Package
Description
Annotation utilities for working with Java annotations.
-
Uses of AnnotationObject in org.apache.juneau.commons.annotation
Subclasses of AnnotationObject in org.apache.juneau.commons.annotationModifier and TypeClassDescriptionclassAn implementation of an annotation that can be dynamically applied to classes, methods, fields, and constructors at runtime.classAn implementation of an annotation that can be dynamically applied to classes, methods, fields, and constructors, with additional support for type-safe class targeting via theAppliedOnClassAnnotationObject.onClass()property.