
breeze.config.DefaultImpl Maven / Gradle / Ivy
The newest version!
package breeze.config;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Retention(RUNTIME)
public @interface DefaultImpl {
Class> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy