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


@Target(value={TYPE,ANNOTATION_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
 java.lang.String extension
          Sets the looked Manifest entry.
 java.lang.String onArrival
          Sets the on service arrival callback.
 java.lang.String onDeparture
          Sets the on service departure callback.
 

Element Detail

extension

public abstract java.lang.String extension
Sets the looked Manifest entry.


onArrival

public abstract java.lang.String onArrival
Sets the on service arrival callback.


onDeparture

public abstract java.lang.String onDeparture
Sets the on service departure callback.



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