org.jamon.annotations
Annotation Type Replaces
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Replaces
Indicates that the annotated class represents a jamon template which can replace another jamon
template.
replacedProxy
public abstract java.lang.Class<? extends AbstractTemplateProxy> replacedProxy
- Returns:
- the proxy class for the template being replaced.
replacementConstructor
public abstract java.lang.Class<? extends AbstractTemplateProxy.ReplacementConstructor> replacementConstructor
jamon