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


@Target(value=TYPE)
public @interface Handler

This annotation declares a handler. This annotation is mandatory to declares an iPOJO handler.

Author:
Felix Project Team

Required Element Summary
 String name
          Name of the handler (required).
 String namespace
          Namespace of the handler (required).
 
Optional Element Summary
 boolean architecture
          Enable / Disable the architecture exposition.
 int level
          Start-level of the handler.
 

Element Detail

name

public abstract String name
Name of the handler (required).


namespace

public abstract String namespace
Namespace of the handler (required).

level

public abstract int level
Start-level of the handler. Default: 1.

Default:
1

architecture

public abstract boolean architecture
Enable / Disable the architecture exposition. Default : false

Default:
false


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