@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface Configuration
Modifier and Type | Optional Element and Description |
---|---|
String |
extension
Define the file extension to find configuration files.
|
long |
schedule
Define the delay used to check if the file has changed in order to reload configuration files.
|
String |
value
Define the wildcard used to find configuration files.
|
public abstract long schedule
Copyright © 2011–2016 JRebirth OSS. All rights reserved.