com.alogient.cameleon.sdk.content.ui.injection.CameleonTemplate Maven / Gradle / Ivy
The newest version!
package com.alogient.cameleon.sdk.content.ui.injection;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* This annotation must be used to define a new template
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface CameleonTemplate {
/**
* The name of the template in the data base
*/
String templateName();
/**
* The extension of the page
*/
String extension() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy