1 2 3 4 5 6 7 8 9 10 11 12 13 14
public aspect AnnotationAspect01 { // ITDC - not allowed public SimpleAnnotation.new(int i) { } // ITDM - not allowed public int SimpleAnnotation.newMember(int i) { return 75346; } // ITDF - not allowed public int SimpleAnnotation.newField; }