public interface Configuration extends Iterable<ConfigurationAttribute>
| Modifier and Type | Method and Description |
|---|---|
default void |
afterConfiguration()
Invoke hooks for things that need to happen after all configuration is dealt with
|
default void |
beforeConfiguration()
Invoke hooks for things that need to happen before any configuration is dealt with
|
void |
postConfigure()
Invoke any postconfiguration hooks on the bean.
|
void |
preConfigure()
Invoke any preconfiguration hooks on the bean.
|
void |
register(ConfigurationAttribute attribute) |
forEach, iterator, spliteratorvoid preConfigure()
void postConfigure()
void register(ConfigurationAttribute attribute)
default void afterConfiguration()
default void beforeConfiguration()
Copyright © 2008–2017 RedEngine Ltd. All rights reserved.