Uses of Class
org.microbean.construct.element.UniversalAnnotationValue
Packages that use UniversalAnnotationValue
Package
Description
Provides classes and interfaces related to Java language elements.
-
Uses of UniversalAnnotationValue in org.microbean.construct.element
Methods in org.microbean.construct.element that return UniversalAnnotationValueModifier and TypeMethodDescriptionfinal UniversalAnnotationValueUniversalElement.getDefaultValue()static final UniversalAnnotationValueUniversalAnnotationValue.of(AnnotationValue av, Domain domain) Returns a non-nullUniversalAnnotationValuethat is either the suppliedAnnotationValue(if it itself isnullor is anUniversalAnnotationValue) or one that wraps it.Methods in org.microbean.construct.element that return types with arguments of type UniversalAnnotationValueModifier and TypeMethodDescriptionfinal Map<? extends UniversalElement, ? extends UniversalAnnotationValue> UniversalAnnotation.getElementValues()static final List<? extends UniversalAnnotationValue> UniversalAnnotationValue.of(Collection<? extends AnnotationValue> avs, Domain domain) Returns a non-null, immutableListofUniversalAnnotationValues whose elements wrap the suppliedList's elements.