org.plasma.sdo.annotation.Compression Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo.annotation;
import org.plasma.sdo.profile.CompressionType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import org.atteo.classindex.IndexAnnotated;
/**
*
*
*
* @author Plasma-Team
* @version 2.0.3
*/
@Retention(RetentionPolicy.RUNTIME)
@IndexAnnotated
public @interface Compression{
public CompressionType compressionType();
}