-
Feature
-
Resolution: Done
-
Major
-
None
With these changes, we can specify the roles using the annotations `@ResourceProperties` at resource level, and `@MethodProperties` for method level.
Example:
```java
@ResourceProperties(rolesAllowed = "user")
public interface CollectionsResource extends PanacheRepositoryResource<CollectionsRepository, Collection, String>
```
- relates to
-
QUARKUS-2786 Propagate the javax.annotation.security annotations in REST Data
- Closed