Skip to content

Commit

Permalink
Mark getTopLevelType as DerivedProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Nov 17, 2016
1 parent bf6396f commit 4736f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/spoon/reflect/reference/CtTypeReference.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public interface CtTypeReference<T> extends CtReference, CtActualTypeContainer,
/**
* Returns this, or top level type of this, if this is an inner type
*/
@DerivedProperty
CtTypeReference<?> getTopLevelType();

/**
Expand Down

0 comments on commit 4736f72

Please sign in to comment.