public interface SettingsHolder
Declare your properties as public static final fields
of Property type in a class
which implements this interface.
Classes implementing this interface must have a no-args constructor (any visibility).
PropertyInitializer,
ConfigurationDataBuilder| Modifier and Type | Method and Description |
|---|---|
default void |
registerComments(CommentsConfiguration conf)
Allows to register comments for sections and properties by overriding this method and interacting
with the given configuration object.
|
default void registerComments(CommentsConfiguration conf)
Note that comments can also be put on Property fields with the Comment annotation.
conf - the comments configurationCopyright © 2016–2018 The AuthMe Team. All rights reserved.