Interface | Description |
---|---|
ClassAnnotationMatchProcessor |
The method to run when a class having a specified annotation is found on the classpath.
|
ClassMatchProcessor |
The method to run when any class, interface or annotation is found in a whitelisted package on the classpath.
|
FileMatchContentsProcessor |
The method to run when a file with a matching path is found on the classpath.
|
FileMatchContentsProcessorWithContext |
The method to run when a file with a matching path is found on the classpath.
|
FileMatchProcessor |
The method to run when a file with a matching path is found on the classpath.
|
FileMatchProcessorWithContext |
The method to run when a file with a matching path is found on the classpath.
|
InterfaceMatchProcessor<T> |
The method to run when a class implementing a specific interface is found on the classpath.
|
StaticFinalFieldMatchProcessor |
The method to run when a class with the matching class name and with a final static field with the matching field
name is found on the classpath.
|
SubclassMatchProcessor<T> |
The method to run when a subclass of a specific class is found on the classpath.
|
SubinterfaceMatchProcessor<T> |
The method to run when an interface that extends another specific interface is found on the classpath.
|
Copyright © 2016. All rights reserved.