Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public enum Message implements MessageResource {
+ "The method must have the return type \"{1}\" and must be non-private and non-args."),
DOMA4105("You can annotate only classes, interfaces, enums and records with @Domain"),
DOMA4106(
"The factory method \"{0}\" is not found. "
"The factory method \"{0}\" is not found. "
+ "The method must have the return type \"{1}\" and the parameter type \"{2}\" and must be non-private and static. "
+ "The type parameter of the method must be same with the type parameter of the class. "
+ "Define the factory method. "
Expand Down