1 2 3 4 5 6
aspect A { boolean around() : (target(java.util.HashSet) && call(boolean add(..) ) ) { return false; } }