Uses of Class
org.apache.juneau.commons.annotation.AppliedAnnotationObject
Packages that use AppliedAnnotationObject
Package
Description
Annotation utilities for working with Java annotations.
-
Uses of AppliedAnnotationObject in org.apache.juneau.commons.annotation
Subclasses of AppliedAnnotationObject in org.apache.juneau.commons.annotationModifier and TypeClassDescriptionclassAn 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.