@Documented
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface ApiAuthBasicUser
This annotation is to be used inside an annotation of type ApiAuthBasic. It lets you specify username and password for users that
can/cannot access the annotated controller/method.
- Author:
- fmaffioletti