@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface StepInfo
ISimpleStep
and IStep
Discovery Description.
The stepName()
and stepDescription()
are displayed by the DataFlow Java? Plugin when
it is discovering possible Java? Step implementations.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
stepDescription
Return the description for the Java? Step implementation.
|
java.lang.String |
stepName
Return the display name for the Java? Step implementation.
|
Copyright © 2012 SAS Institute Inc. All Rights Reserved.