Meta-annotations

suggest change

When declaring an annotation, meta-info can be included using the following meta-annotations:

Example:

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION,
        AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
annotation class Fancy

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents