aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr169428/NoError.java
blob: bf57fc9688ed0afc85bddda91c8b1f2d987015dc (plain)
1
2
3
4
5
6
7
8
import org.aspectj.lang.annotation.*;

class ClassMissingAspectAnnotation {
	
    @DeclareParents("*")
    public java.io.Serializable s;

}