![JAR search and dependency download from the Maven repository](/logo.png)
io.descoped.dc.api.handler.SupportHandler Maven / Gradle / Ivy
package io.descoped.dc.api.handler;
import io.descoped.dc.api.node.Base;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface SupportHandler {
Class extends Base> forClass();
Class> selectorClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy