[AA LC] Fix annotations on fields for enum entries
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
public abstract @interface Some /* Some*/ {
|
||||
}
|
||||
|
||||
public enum Direction /* Direction*/ {
|
||||
NORTH,
|
||||
@Some() NORTH,
|
||||
SOUTH,
|
||||
WEST,
|
||||
EAST;
|
||||
|
||||
Reference in New Issue
Block a user