|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Activity
Optional annotation used on activity methods to override the name and version.
Activities
Optional Element Summary | |
---|---|
String |
name
This is used to override the name of ActivityType. |
String |
version
This is used to override the version of ActivityType. |
public abstract String name
public abstract String version
Activities
annotation for the interface. If
Activities.version()
is also empty string then AWS Flow Framework
annotation processor reports an error.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |