com.cmeza.spring.ioc.handler.processors.AnnotatedProcessor Maven / Gradle / Ivy
The newest version!
package com.cmeza.spring.ioc.handler.processors;
import com.cmeza.spring.ioc.handler.utils.IocUtil;
import java.lang.annotation.Annotation;
@SuppressWarnings("unchecked")
public interface AnnotatedProcessor {
default Class getAnnotationType() {
return (Class) IocUtil.getGenericInterface(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy