summaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr351592/FibCaching.aj
blob: 609fd1f06e7879951062c518687fdf8ecb906b7a (plain)
1
2
3
4
5
6
7
8
//package caching;
//
//public aspect FibCaching extends Caching<Integer,Integer> {
//	
//	pointcut cached() : execution(Integer Fib.calc(Integer));
//	
//}