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 { }
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
Implemented as
AnnotationInheritance