[jboss-cvs] JBossAS SVN: r66434 - projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 25 10:26:24 EDT 2007


Author: adrian at jboss.org
Date: 2007-10-25 10:26:24 -0400 (Thu, 25 Oct 2007)
New Revision: 66434

Modified:
   projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support/BeanInfoAnnotatedGetterAndSetterWithInterface.java
Log:
Add a test for annotations on methods defined on an interface

Modified: projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support/BeanInfoAnnotatedGetterAndSetterWithInterface.java
===================================================================
--- projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support/BeanInfoAnnotatedGetterAndSetterWithInterface.java	2007-10-25 14:23:43 UTC (rev 66433)
+++ projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support/BeanInfoAnnotatedGetterAndSetterWithInterface.java	2007-10-25 14:26:24 UTC (rev 66434)
@@ -27,7 +27,7 @@
  * @author <a href="adrian at jboss.com">Adrian Brock</a>
  * @version $Revision: 1.1 $
  */
-public class BeanInfoAnnotatedGetterAndSetterWithInterface
+public class BeanInfoAnnotatedGetterAndSetterWithInterface implements BeanInfoAnnotatedGetterAndSetterInterface
 {
    @BeanInfoAnnotation1
    public int getSomething()




More information about the jboss-cvs-commits mailing list