Skip to content

Commit b3c2df7

Browse files
committed
docs: fix the javadoc with a better description of the interface
1 parent e2a70a3 commit b3c2df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-core-model/src/main/java/com/flowingcode/backendcore/model/constraints/AttributeConstraint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import com.flowingcode.backendcore.model.Constraint;
2323

2424
/**
25-
* Marker interface for constraints applied to entity attributes.
25+
* Specialization of {@code Constraint} that applies to entity attributes.
2626
*
2727
* @author jgodoy
2828
*/

0 commit comments

Comments
 (0)