org.apache.aries.blueprint.annotation
Annotation Type Element


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Element

used to annotate the element of the list.


Optional Element Summary
 Element.ElementType type
           
 java.lang.String value
           
 

type

public abstract Element.ElementType type
Default:
org.apache.aries.blueprint.annotation.Element.ElementType.STRING

value

public abstract java.lang.String value
Default:
""


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.