io.castled.forms.ParseReverse Maven / Gradle / Ivy
package io.castled.forms;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface ParseReverse {
}
package io.castled.forms;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface ParseReverse {
}