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

colesico.framework.config.SourceOptions Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package colesico.framework.config;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
@Documented
public @interface SourceOptions {
    SourceOption[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy