diff options
author | aclement <aclement> | 2009-03-09 17:46:21 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-03-09 17:46:21 +0000 |
commit | a2f7c84abb11866c334bbdfc7c2f9bfd99eb927b (patch) | |
tree | d1088ffdb363ad7fb1fc9ef235aa901a99207c96 /aspectj5rt | |
parent | 0638e95e1317ec599bfd33f911804a24c6f150f3 (diff) | |
download | aspectj-a2f7c84abb11866c334bbdfc7c2f9bfd99eb927b.tar.gz aspectj-a2f7c84abb11866c334bbdfc7c2f9bfd99eb927b.zip |
declaremixin: javadoc
Diffstat (limited to 'aspectj5rt')
-rw-r--r-- | aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclareMixin.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclareMixin.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclareMixin.java index fd0054ec5..f44c68195 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclareMixin.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclareMixin.java @@ -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 }; |