public final class SimpleWithProperty
extends java.lang.Object
implements java.lang.Runnable
This example shows how the minimal runnable should be configured.
There is a Spring configuration file: pl/edu/agh/age/examples/spring-simple.xml
that demonstrates how the basic configuration should looks like if it is required.
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger |
private java.lang.String |
property |
Constructor and Description |
---|
SimpleWithProperty(java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
java.lang.String |
toString() |