All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.annotation.AnnotationProcessorManager Maven / Gradle / Ivy

There is a newer version: 4.7.2
Show newest version
package org.onetwo.common.annotation;

import java.lang.annotation.Annotation;

public interface AnnotationProcessorManager {

//	public AnnotationProcessor getProcessor(Class annoClass);
	public AnnotationProcessorManager registerProcessor(Class annoClass, AnnotationProcessor processor);
//	public void doInProperties(Object obj, Class... annoClass);
	public void autoProcess(AnnoContext context); 

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy