Annotation Type Qualifier
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface Qualifier
Annotates a String parameter of the view handler. This parameter is set to the View qualifier that is used, ornull
for the standard qualifier.Qualifiers are always optional, so there is no need to add the
Optional
annotation.- Author:
- Richard "Shred" Körber