|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
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 |
---|
public abstract String extension
public abstract String onArrival
public abstract String onDeparture
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |