@NameBinding
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Securable
Securable is annotated with the meta-annotation NameBinding that
is part of JAX-RS. The meta-annotation NameBinding can be used to create other
annotations to bind filters and interceptors to resource classes and methods.