git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@962923
13f79535-47bb-0310-9956-
ffa450edef68
@Retention(RetentionPolicy.RUNTIME)
public @interface PostConstruct {
+ // No attributes
}
@Retention(RetentionPolicy.RUNTIME)
public @interface PreDestroy {
+ // No attributes
}
@Retention(RetentionPolicy.RUNTIME)
public @interface DenyAll {
+ // No attributes
}
@Retention(RetentionPolicy.RUNTIME)
public @interface PermitAll {
+ // No attributes
}