Annotation Type Conditionals
-
@Documented @Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Conditionals
This annotation can be used to indicate all the conditions that need to be fulfilled for a component to be eligible for use in the application.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ConditionalOn[]
value
-
-
-
Element Detail
-
value
ConditionalOn[] value
-
-