We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7747b commit e853ff7Copy full SHA for e853ff7
1 file changed
src/main/java/org/variantsync/diffdetective/feature/AnnotationParser.java
@@ -5,15 +5,15 @@
5
6
public interface AnnotationParser {
7
/**
8
- * Determine the annotation type for the given piece of text.
+ * Determine the annotation type for the given piece of text (typically a line of source code).
9
*
10
* @param text The text of which the type is determined.
11
* @return The annotation type of the piece of text.
12
*/
13
AnnotationType determineAnnotationType(String text);
14
15
16
- * Parse the condition of the given text containing an annotation.
+ * Parse the condition of the given text containing an annotation (typically a line of source code).
17
18
* @param text The text containing a conditional annotation
19
* @return The formula of the condition in the given annotation.
0 commit comments