Package de.bmiag.tapir.annotationprocessing.annotation
-
Class Summary Class Description AnnotationProcessorProcessor Processes classes which are annotated withAnnotationProcessor
.DynamicActiveProcessor Processes annotations which are annotated withDynamicActive
. -
Annotation Types Summary Annotation Type Description AnnotationProcessor TheAnnotationProcessor
annotation is used in conjunction withDynamicActive
.DynamicActive In contrast to@Active
the annotation processor is not specified by the active annotation but by theannotation processor(s)
.