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