Package org.springframework.modulith.apt
Class SpringModulithProcessor
java.lang.Object
org.springframework.modulith.apt.SpringModulithProcessor
- All Implemented Interfaces:
Processor
An annotation processor to extract Javadoc from all compiled files assembling it into a JSON file located under
$target/generated-spring-modulith/javadoc.json
.- Since:
- 1.3
- Author:
- Oliver Drotbohm
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIterable<? extends Completion>
getCompletions
(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) void
init
(ProcessingEnvironment environment) boolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
Field Details
-
JSON_LOCATION
-
-
Constructor Details
-
SpringModulithProcessor
public SpringModulithProcessor()
-
-
Method Details
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypes
in interfaceProcessor
-
getSupportedOptions
- Specified by:
getSupportedOptions
in interfaceProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
-
getCompletions
public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) - Specified by:
getCompletions
in interfaceProcessor
-
init
-
process
-