import java.util.*; public aspect StringAspect { public Collection StringClass.getStrings() { return new ArrayList(); } }