colesico.framework.config.SourceOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of colesico-config Show documentation
Show all versions of colesico-config Show documentation
Colesico framework configuration support module
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