![JAR search and dependency download from the Maven repository](/logo.png)
com.maxifier.mxcache.transform.CustomTransformAnnotation Maven / Gradle / Ivy
/*
* Copyright (c) 2008-2014 Maxifier Ltd. All Rights Reserved.
*/
package com.maxifier.mxcache.transform;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Alexander Kochurov ([email protected])
*/
@Target(ElementType.ANNOTATION_TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface CustomTransformAnnotation {
Class extends TransformFactory> transformGenerator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy