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

colesico.framework.router.RouteAttributes Maven / Gradle / Ivy

package colesico.framework.router;

import java.lang.annotation.*;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy