net.contextfw.web.application.component
Annotation Type Buildable


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


Optional Element Summary
 String name
           
 boolean wrap
          If falsee the wrapping class is not appended as element
 

wrap

public abstract boolean wrap
If falsee the wrapping class is not appended as element

Returns:
Default:
true

name

public abstract String name
Default:
""


Copyright © 2011. All Rights Reserved.