org.apache.myfaces.extensions.cdi.core.api.config.view
Annotation Type ViewMetaData


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ViewMetaData

This meta-annotation allows to create custom meta-data which can be used for view-configs.


Optional Element Summary
 boolean override
           
 

override

public abstract boolean override
Returns:
true to override the same meta-data type of the parent view-config and false to allow multiple instances of a meta-data per view
Default:
false


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.