Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

Commit cd92d16

Browse files
committed
Retain the @name annotation in runtime so the EnumType can read it.
1 parent 0506fb5 commit cd92d16

File tree

1 file changed

+4
-0
lines changed
  • src/main/java/me/anxuiz/settings/types

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package me.anxuiz.settings.types;
22

3+
import java.lang.annotation.Retention;
4+
import java.lang.annotation.RetentionPolicy;
5+
6+
@Retention(RetentionPolicy.RUNTIME)
37
public @interface Name {
48
String value();
59
}

0 commit comments

Comments
 (0)