
com.wizzdi.dynamic.annotations.service.AnnotationTransformer Maven / Gradle / Ivy
package com.wizzdi.dynamic.annotations.service;
import java.lang.annotation.Annotation;
public interface AnnotationTransformer {
void applyTransformation(Class> c);
Class getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy