Interface IniCommentCreator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
section create function
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate a Comment by value
-
Field Details
-
DEFAULT
-
-
Method Details
-
create
create a Comment by value- Parameters:
value- valueline- line number- Returns:
IniComment
-