@Target(value={TYPE,ANNOTATION_TYPE})
public @interface Component
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
architecture
Enable / Disable the architecture exposition.
|
java.lang.String |
factory_method
Deprecated.
now is called factoryMethod.
|
java.lang.String |
factoryMethod
Set the factory-method, if the pojo has to be created
from a static method.
|
boolean |
immediate
Set if the component is immediate.
|
java.lang.String |
managedservice
Set the Managed Service PID.
|
java.lang.String |
name
Set the component type name.
|
boolean |
propagation
Set if the component must propagate received configuration to provided services.
|
boolean |
public_factory
Deprecated.
renamed to publicFactory.
|
boolean |
publicFactory
Set if the component type is public.
|
java.lang.String |
version
Set the version of the component type.
|
public abstract boolean public_factory
public abstract boolean publicFactory
public abstract java.lang.String name
public abstract boolean architecture
public abstract boolean immediate
public abstract boolean propagation
public abstract java.lang.String managedservice
public abstract java.lang.String factory_method
public abstract java.lang.String factoryMethod
public abstract java.lang.String version
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.