We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package org.annotation;
import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy;
@Retention(value = RetentionPolicy.RUNTIME) public @interface DSL { String commName();
String commSyntax();
String[] commRegex(); }
There was an error while loading. Please reload this page.