Searched refs:commentIn (Results 1 – 1 of 1) sorted by relevance
196 public void addComment(String commentIn) { in addComment() argument197 if (commentIn.startsWith("@")) { in addComment()199 switch (commentIn) { in addComment()210 if (commentIn.startsWith("@DEPRECATED:")) { in addComment()211 …tedValues = Collections.unmodifiableSet(new HashSet<>(COMMA.splitToList(commentIn.substring("@DEPR… in addComment()214 throw new IllegalArgumentException("Unrecognized annotation: " + commentIn); in addComment()218 commentsPost = addUnmodifiable(commentsPost, commentIn.trim()); in addComment()