danhaywood commented on code in PR #1410:
URL: https://github.com/apache/causeway/pull/1410#discussion_r1102568644
##########
core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java:
##########
@@ -115,6 +113,14 @@ public CausewayConfiguration(final ConfigurableEnvironment
environment) {
private final Security security = new Security();
@Data
public static class Security {
+
+ /**
+ * If set, allows <i>Actions</i> with SAFE Semantics to be invoked
with only VIEWING permissions.
Review Comment:
trivial : @link to `@Action` annotation and `Semantics` enum?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]