Skip to content

Commit ff7a62e

Browse files
committed
docs: add policy description.
1 parent 4227edc commit ff7a62e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/casbin/jcasbin/model/Policy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
import java.util.List;
2222
import java.util.Map;
2323

24+
/**
25+
* Policy represents the whole access control policy user defined.
26+
*/
2427
public class Policy {
2528
public Map<String, Map<String, Assertion>> model;
2629

0 commit comments

Comments
 (0)