tests.annotationsExample
package tests.annotationsExample
Type members
Classlikes
@MyAnnotation @AnnotationWithMultiArg(2, "cda", 'a', 'b', 'c') @EnumAnnotation
class AnnotatedClass
- Source:
- annotationsExample.scala
class AnnotatedParams(@MyAnnotation val a: String, @AnnotationWithMultiArg(2, "cda", 'a', 'b', 'c') val b: Int)
- Source:
- annotationsExample.scala