All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swixml.annotation.SchemaAware Maven / Gradle / Ivy

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