se.fortnox.reactivewizard.client.UseInResource Maven / Gradle / Ivy
package se.fortnox.reactivewizard.client;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface UseInResource {
/**
* Resources to apply config to.
* @return resources
*/
Class[] value() default {};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy