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