Class CommentExample
java.lang.Object
de.japkit.test.members.common.comment.CommentExample
@CommentTrigger public class CommentExample extends java.lang.Object
The annotated class for the example.
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
srcField1
This is the comment on srcField1 fromCommentExample
.(package private) java.lang.String
srcField2
This is the comment on srcField2 fromCommentExample
. -
Constructor Summary
Constructors Constructor Description CommentExample()
-
Method Summary
-
Field Details
-
srcField1
java.lang.String srcField1This is the comment on srcField1 fromCommentExample
. -
srcField2
java.lang.String srcField2This is the comment on srcField2 fromCommentExample
.
-
-
Constructor Details
-
CommentExample
public CommentExample()
-