
com.google.sitebricks.rendering.Decorated Maven / Gradle / Ivy
package com.google.sitebricks.rendering;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Indicates that the page is to be rendered and its output inserted into
* a decorator page using the @Decorate template annotation.
*
* @author John Patterson ([email protected])
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Decorated {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy