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


@Target(value=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
 String name
          Optional attribute to set the instance name.
 

name

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

Default:
""


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.