Support custom meta annotations #17

Closed
opened 2025-06-14 01:21:02 +02:00 by Siphalor · 1 comment
Owner

Probably by creating a custom annotation that enables meta-processing.

In the order meta annotations should go just behind direct declared annotations on the element.

Something like:

@CompoundWeaving(...)
@EnableMetaAnnotations
@Retention(RUNTIME)
public @interface MyCoolCombinedAnnotation { }
Probably by creating a custom annotation that enables meta-processing. In the order meta annotations should go just behind direct declared annotations on the element. Something like: ```java @CompoundWeaving(...) @EnableMetaAnnotations @Retention(RUNTIME) public @interface MyCoolCombinedAnnotation { } ```
Author
Owner

Implemented as AnnotationInheritance

Implemented as `AnnotationInheritance`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Siphalor/tweed5#17