[jboss-cvs] JBossAS SVN: r72892 - projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 30 07:52:32 EDT 2008
Author: alesj
Date: 2008-04-30 07:52:32 -0400 (Wed, 30 Apr 2008)
New Revision: 72892
Modified:
projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationResourceVisitor.java
Log:
javadocs
Modified: projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationResourceVisitor.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationResourceVisitor.java 2008-04-30 11:51:33 UTC (rev 72891)
+++ projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/annotations/GenericAnnotationResourceVisitor.java 2008-04-30 11:52:32 UTC (rev 72892)
@@ -197,6 +197,11 @@
this.forceAnnotations = forceAnnotations;
}
+ /**
+ * Get the buit environment.
+ *
+ * @return the annoattion environment
+ */
AnnotationEnvironment getEnv()
{
return env;
More information about the jboss-cvs-commits
mailing list