-
- All Implemented Interfaces:
public class AnnotatedBase class for output constructs that can have Java/Kotlin annotations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAnnotated.Annotation
-
Field Summary
Fields Modifier and Type Field Description private final List<Annotated.Annotation>annotations
-
Constructor Summary
Constructors Constructor Description Annotated()
-
Method Summary
Modifier and Type Method Description final List<Annotated.Annotation>getAnnotations()final UnitapplyAnnotations(List<Pair<ClassId, Template>> configuredAnnotations, Object contextObject, Target target)-
-
Method Detail
-
getAnnotations
final List<Annotated.Annotation> getAnnotations()
-
-
-
-