A factory for creating annotation processors. Each factory is responsible for creating processors for one or more annotation types. The factory is said to support these types.
Each implementation of an AnnotationProcessorFactory must provide a public no-argument constructor to be used by tools to instantiate the factory.
@author Joseph D. Darcy
@author Scott Seligman
@version 1.10 05/11/17
@since 1.5
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.