@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FixedLine
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends java.util.function.Predicate<java.lang.String>> |
predicate
Predicate to check if the line is of this type.
|
java.lang.String |
startsWith
Indicator of line type.
|