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

org.xillium.data.presentation.presentation Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.xillium.data.presentation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import org.xillium.data.Transformer;


/**
 * Annotation to provide an object presentation.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface presentation {
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy