Package dev.orne.beans
Annotation Type BeanReference
@API(status=STABLE,
since="0.1")
@Target(TYPE)
@Retention(RUNTIME)
@Repeatable(List.class)
@Documented
public @interface BeanReference
Defines a valid bean reference.
- Since:
- 0.1
- Version:
- 1.0, 2020-05
- Author:
- (w) Iker Hernaez
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Defines multiple valid bean references. -
Required Element Summary
-
Element Details
-
value
Class<?>[] valueReturns the validation groups that compose a bean reference.- Returns:
- The validation groups that compose a bean reference.
-