- Add common annotations interfaces.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 6 Apr 2006 14:09:45 +0000 (14:09 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 6 Apr 2006 14:09:45 +0000 (14:09 +0000)
commit3dc941020b20ca29a73d3b49c5556afa47d93299
tree274b147dd9ce3297e6cfab1474e4315475f628ae
parent065b4ae82c852bee996c27e3f56a28a017664e73
- Add common annotations interfaces.
- The latest docs seem to indicate that it's Declare*s*Roles.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@391990 13f79535-47bb-0310-9956-ffa450edef68
java/javax/annotation/Generated.java [new file with mode: 0644]
java/javax/annotation/PostConstruct.java [new file with mode: 0644]
java/javax/annotation/PreDestroy.java [new file with mode: 0644]
java/javax/annotation/Resource.java [new file with mode: 0644]
java/javax/annotation/Resources.java [new file with mode: 0644]
java/javax/annotation/security/DeclaresRoles.java [new file with mode: 0644]
java/javax/annotation/security/DenyAll.java [new file with mode: 0644]
java/javax/annotation/security/PermitAll.java [new file with mode: 0644]
java/javax/annotation/security/RolesAllowed.java [new file with mode: 0644]
java/javax/annotation/security/RunAs.java [new file with mode: 0644]