Uses of Class
org.microbean.construct.element.UniversalAnnotation
Packages that use UniversalAnnotation
Package
Description
Provides classes and interfaces related to Java language constructs.
Provides classes and interfaces related to Java language elements.
-
Uses of UniversalAnnotation in org.microbean.construct
Methods in org.microbean.construct that return types with arguments of type UniversalAnnotationModifier and TypeMethodDescriptionfinal List<? extends UniversalAnnotation> UniversalConstruct.getAnnotationMirrors() -
Uses of UniversalAnnotation in org.microbean.construct.element
Methods in org.microbean.construct.element that return UniversalAnnotationModifier and TypeMethodDescriptionstatic final UniversalAnnotationUniversalAnnotation.of(AnnotationMirror a, Domain d) Returns a non-nullUniversalAnnotationthat is either the suppliedAnnotationMirror(if it itself is anUniversalAnnotation) or one that wraps it.Methods in org.microbean.construct.element that return types with arguments of type UniversalAnnotationModifier and TypeMethodDescriptionstatic final List<? extends UniversalAnnotation> UniversalAnnotation.of(Collection<? extends AnnotationMirror> as, Domain domain) Returns a non-null, immutableListofUniversalAnnotations whose elements wrap the suppliedList's elements.