org.apache.felix.ipojo.extender
Annotation Type Extender


@Target(value=TYPE)
public @interface Extender

Extender pattern Handler annotation. Allows configuring an extender pattern. Be aware that despite is it provided in the annotations jar, it refers to an external handler.

Author:
Felix Project Team

Required Element Summary
 String extension
          Sets the looked Manifest entry.
 String onArrival
          Sets the on service arrival callback.
 String onDeparture
          Sets the on service departure callback.
 

Element Detail

extension

public abstract String extension
Sets the looked Manifest entry.


onArrival

public abstract String onArrival
Sets the on service arrival callback.


onDeparture

public abstract String onDeparture
Sets the on service departure callback.



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