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

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