Uses of Enum
io.github.ascopes.jct.filemanagers.AnnotationProcessorDiscovery
Package
Description
APIs for performing compiler passes across user-defined workspaces.
APIs that integrate with the JSR-199 FileManager APIs.
-
Uses of AnnotationProcessorDiscovery in io.github.ascopes.jct.compilers
Modifier and TypeFieldDescriptionstatic final AnnotationProcessorDiscovery
JctCompiler.DEFAULT_ANNOTATION_PROCESSOR_DISCOVERY
Default setting for how to apply annotation processor discovery when no processors are explicitly defined (INCLUDE_DEPENDENCIES
).Modifier and TypeMethodDescriptionAbstractJctCompiler.getAnnotationProcessorDiscovery()
JctCompiler.getAnnotationProcessorDiscovery()
Get how to perform annotation processor discovery.Modifier and TypeMethodDescriptionAbstractJctCompiler.annotationProcessorDiscovery
(AnnotationProcessorDiscovery annotationProcessorDiscovery) JctCompiler.annotationProcessorDiscovery
(AnnotationProcessorDiscovery annotationProcessorDiscovery) Set how to perform annotation processor discovery. -
Uses of AnnotationProcessorDiscovery in io.github.ascopes.jct.filemanagers
Modifier and TypeClassDescriptionenum
Mode for annotation processor discovery when no explicit processors are provided.Modifier and TypeMethodDescriptionstatic AnnotationProcessorDiscovery
Returns the enum constant of this type with the specified name.static AnnotationProcessorDiscovery[]
AnnotationProcessorDiscovery.values()
Returns an array containing the constants of this enum type, in the order they are declared.