Uses of Record Class
org.microbean.construct.element.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
Modifier and TypeMethodDescriptionfinal List
<? extends AnnotationRecord> UniversalConstruct.getAnnotationMirrors()
-
Uses of AnnotationRecord in org.microbean.construct.element
Modifier 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.Modifier 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.