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


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


Optional Element Summary
 java.lang.String key
          the key of the property
 java.lang.String value
          the value of the property
 

key

public abstract java.lang.String key
the key of the property

Default:
""

value

public abstract java.lang.String value
the value of the property

Default:
""


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