Package org.jeasy.props.annotations
Annotation Type HotReload
-
@Retention(RUNTIME) @Target(TYPE) public @interface HotReload
Annotation to mark an object for hot configuration reloading. This will register a background thread to reload the configuration periodically in the target object.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
-
unit
TimeUnit unit
Time unit of the waiting period.- Returns:
- Time unit of the waiting period
- Default:
- java.util.concurrent.TimeUnit.MINUTES
-
-