org.apache.felix.ipojo.annotations
Annotation Type Instantiate


@Target(value={TYPE,ANNOTATION_TYPE})
public @interface Instantiate

This annotation is used to create an 'empty' instance of the current component type.

Author:
Felix Project Team

Optional Element Summary
 java.lang.String name
          Optional attribute to set the instance name.
 

name

public abstract java.lang.String name
Optional attribute to set the instance name. Default: no name

Default:
""


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.