java-org.hwo.ui/src/org/hwo/models/TableMapper/TableMapperObject.java

12 lines
224 B
Java

package org.hwo.models.TableMapper;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface TableMapperObject {
String editorField();
}