Annotation Interface Authenticated


@Inherited @NameBinding @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Authenticated
認証が必要なことを表すアノテーション。 このアノテーションが付与されているリソースはメソッド実行前に認証チェックが行われる。