Skip to content

Commit

Permalink
Improved deprecated info
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 6, 2015
1 parent 43da692 commit c1f8ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/main/java/org/jboss/forge/roaster/model/JavaType.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public interface JavaType<T extends JavaType<T>> extends
* Return a list containing {@link JavaType} instances for each nested {@link Class} declaration found within
* <code>this</code>. Any modification of returned {@link JavaType} instances will result in modification of the
* contents contained by <code>this</code> the parent instance.
*
* @deprecated moved to {@link TypeHolder} implementations
*/
@Deprecated
public List<? extends JavaType<?>> getNestedClasses();
Expand Down

0 comments on commit c1f8ef2

Please sign in to comment.