Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenson committed Nov 21, 2014
1 parent adbe1f6 commit 67931a9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public interface AnnotationTargetSource<O extends JavaSource<O>, T> extends Anno
AnnotationSource<O> getAnnotation(final String type);

/**
* Add a new annotation instance to this {@link T}. (Note that an import statement must be added manually if
* required.)
* Add a new annotation instance to this {@link T} (note that an import statement must be added manually if
* required).
*/
AnnotationSource<O> addAnnotation();

Expand All @@ -42,8 +42,8 @@ public interface AnnotationTargetSource<O extends JavaSource<O>, T> extends Anno

/**
* Add a new annotation instance to this {@link T}, using the given {@link String} className as the annotation type.
* Attempt to add an import statement to this object's {@link O} if required. (Note that the given className must be
* fully-qualified in order to properly import required classes)
* Attempt to add an import statement to this object's {@link O} if required (note that the given className must be
* fully-qualified in order to properly import required classes).
*/
AnnotationSource<O> addAnnotation(final String className);

Expand Down

0 comments on commit 67931a9

Please sign in to comment.