Yeet GetStrategy
This commit is contained in:
parent
6a14437fcc
commit
e36cd400e4
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
package org.dimdev.dimdoors.client.util;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface GetStrategy {
|
||||
String prefix() default "get";
|
||||
|
||||
String suffix() default "";
|
||||
|
||||
FieldNameModifier modifier() default FieldNameModifier.CAPITALIZE_FIRST;
|
||||
|
||||
enum FieldNameModifier {
|
||||
CAPITALIZE_FIRST
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue