info.magnolia.module.blossom.annotation
Annotation Type Inherits


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Inherits

Annotation used to configure how an area inherits from parent pages.

Since:
2.0

Optional Element Summary
 ComponentInheritanceMode components
           
 PropertyInheritanceMode properties
           
 

components

public abstract ComponentInheritanceMode components
Default:
info.magnolia.module.blossom.annotation.ComponentInheritanceMode.FILTERED

properties

public abstract PropertyInheritanceMode properties
Default:
info.magnolia.module.blossom.annotation.PropertyInheritanceMode.NONE


Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.