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


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


Optional Element Summary
 String key
          the key of the property
 String value
          the value of the property
 

key

public abstract String key
the key of the property

Default:
""

value

public abstract String value
the value of the property

Default:
""


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