Minor Javadoc cleanup
This commit is contained in:
parent
f5caba550d
commit
200479e1c1
5 changed files with 60 additions and 34 deletions
|
@ -16,6 +16,12 @@
|
|||
|
||||
package rife.bld.extension;
|
||||
|
||||
/**
|
||||
* Defines the known Kotlin compiler plugins match (regex) strings.
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public enum CompileKotlinPlugin {
|
||||
ALL_OPEN("^allopen-compiler-plugin-.*$"),
|
||||
ASSIGNMENT("^assignment-compiler-plugin-.*$"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue