aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features1611/declareMinus/aspectjtest/MyEntity.java
blob: a5d4731c26d396188038e9fdcf7f0fe61a8ecb26 (plain)
1
2
3
4
5
6
package aspectjtest;

public class MyEntity {

	@AnnotationA private String myField;
}