For example, would it be acceptable to create an a...
# tornadofx
s
For example, would it be acceptable to create an annotation like:
Copy code
@Experimental
annotation class ExperimentalCommands
and annotate the
Command
class with it, instead of having a warning being printed when the class is used, as it does now? See: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-experimental/index.html