com.xlrit.gears.base.meta.Attribute Maven / Gradle / Ivy
package com.xlrit.gears.base.meta;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Attribute {
String formalName();
DataType type();
String label();
}