
org.swixml.annotation.SchemaAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swixml Show documentation
Show all versions of swixml Show documentation
GUI generating engine for Java applications
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.swixml.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
*
* @author bsorrentino
*/
@Retention(RetentionPolicy.RUNTIME)
@java.lang.annotation.Target(ElementType.FIELD)
public @interface SchemaAware {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy