]> source.dussan.org Git - aspectj.git/commitdiff
declaremixin: javadoc
authoraclement <aclement>
Mon, 9 Mar 2009 17:46:21 +0000 (17:46 +0000)
committeraclement <aclement>
Mon, 9 Mar 2009 17:46:21 +0000 (17:46 +0000)
aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclareMixin.java

index fd0054ec5aa000e808115b7bd4f7d9942a0daf64..f44c68195a8e285cb70cfb4319288e23cda5df75 100644 (file)
@@ -35,7 +35,7 @@ public @interface DeclareMixin {
 
        /**
         * Array of interfaces that are to be mixed in. This is optional and if not specified the return type of the annotated method
-        * will be used to determine the interface/class to mix in.
+        * will be used to determine the interface to mix in.
         */
        Class[] interfaces() default { Object.class };