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

net.vidageek.mirror.reflect.dsl.FieldHandler Maven / Gradle / Ivy

package net.vidageek.mirror.reflect.dsl;

import java.lang.annotation.Annotation;

/**
 * 
 * @author donizetti
 *
 */
public interface FieldHandler {
	
	public  T annotation(Class annotation) ;

	public ParameterizedElementHandler genericType() ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy