org.jboss.metatype.api.annotations
Annotation Type CompositeValue


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CompositeValue

CompositeKey.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Optional Element Summary
 boolean ignore
          Whether to ignore this item
 String name
          The item name
 

name

public abstract String name
The item name

Default:
"##DEFAULT"

ignore

public abstract boolean ignore
Whether to ignore this item

Default:
false


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.