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


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

Dependency.

Version:
$Revision: 44529 $
Author:
Adrian Brock, Ales Justin

Required Element Summary
 String name
          Get the name.
 
Optional Element Summary
 Class<?> factory
          Get the helper factory class.
 

Element Detail

name

public abstract String name
Get the name.

Returns:
the name

factory

public abstract Class<?> factory
Get the helper factory class.

Returns:
the factory class
Default:
void.class


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