@Configuration @Deprecated public abstract class ExecutableConfig extends Object
public static void main(String[] args) in a regular Java class. This class provides a way
for extending classes to capture what it is they want to do in an Executable and then have Spring automatically execute it.
The idea here is to provide a clean separation between the configuring and assembling of Executables from their actual execution.| Constructor and Description |
|---|
ExecutableConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
executable()
Deprecated.
|
protected abstract Executable |
getExecutable()
Deprecated.
|
public ExecutableConfig()
protected abstract Executable getExecutable()
@Bean(initMethod="execute") public Executable executable()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.