Package space.arim.dazzleconf.factory
Class CommentedWrapper
java.lang.Object
space.arim.dazzleconf.factory.CommentedWrapper
A simple wrapper used to attach comments to a configuration wrapper. Often requires special treatment when handling
configuration maps.
- Author:
- A248
-
Constructor Summary
ConstructorsConstructorDescriptionCommentedWrapper(List<String> comments, Object value) Creates from a list of comments and a value -
Method Summary
-
Constructor Details
-
CommentedWrapper
Creates from a list of comments and a value- Parameters:
comments- the commentsvalue- the value- Throws:
NullPointerException- ifvalueorcommentsor any element incommentsis null
-
-
Method Details