org.jboss.beans.metadata.api.annotations
Annotation Type Supply


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Supply

The supplys.

Author:
Ales Justin

Required Element Summary
 String value
          Get suppl values.
 
Optional Element Summary
 Class<?> type
          Get class type.
 

Element Detail

value

public abstract String value
Get suppl values.

Returns:
the supply value

type

public abstract Class<?> type
Get class type.

Returns:
the class type
Default:
void.class


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