Annotation Interface OnlyElement


@Target({ANNOTATION_TYPE,METHOD,FIELD,PARAMETER}) @Retention(RUNTIME) @Qualifier public @interface OnlyElement
Extracts the only element of a collection or null
See Also: