Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 26, 2021
1 parent 26d50e5 commit 2920ec0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import java.util.Objects;

/**
* Encapsulates logic for creating custom property access rules for a single entity.
* Encapsulates logic for creating custom property access rules for a single entity. The logic is implemented in the
* {@link #apply(PropertyAccessBuilder)} method, where custom code can invoke various access rules on an instance of
* {@link PropertyAccessBuilder}.
*
* @see io.agrest.SelectBuilder#propertyAccess(Class, PropertyAccessRules)
* @since 4.7
Expand Down

0 comments on commit 2920ec0

Please sign in to comment.