Skip to content

Commit

Permalink
getAccessType is derived property
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Nov 27, 2016
1 parent c3a7b3d commit 858fda0
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 @@ -179,5 +179,6 @@ public interface CtTypeReference<T> extends CtReference, CtActualTypeContainer,
*
* @return type reference which can be used to access this type in scope of contextType.
*/
@DerivedProperty
CtTypeReference<?> getAccessType();
}

0 comments on commit 858fda0

Please sign in to comment.