dowel icon indicating copy to clipboard operation
dowel copied to clipboard

Add AnnotationTarget.ANNOTATION_CLASS target

Open mohsen-biglari opened this issue 4 months ago • 3 comments

If the support for AnnotationTarget.ANNOTATION_CLASS is added to @Dowel targets, it would be possible to define a tailored annotation like the following:

@Dowel(
    count = 2,
)
annotation class MyAnnotation

mohsen-biglari avatar Feb 12 '24 17:02 mohsen-biglari