Annotation Type MarkerBinding
-
@Documented @Target({METHOD,FIELD}) @Retention(RUNTIME) @Repeatable(List.class) @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=MarkerBindingProcessor.class,retrieval=CONSTRUCTOR)) public @interface MarkerBinding
Applies a marker to a property using aMarkerBinder.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description MarkerBinderRefbinder
-
-
-
Element Detail
-
binder
MarkerBinderRef binder
- Returns:
- A reference to the binder to use.
- See Also:
MarkerBinderRef
-
-