AppendMethodAsComment
Appending method names as comment
@Collection("customer_repository")
@AppendMethodAsComment
public interface CustomerRepository extends Repository<Customer, UUID> {
}Last updated
Appending method names as comment
@Collection("customer_repository")
@AppendMethodAsComment
public interface CustomerRepository extends Repository<Customer, UUID> {
}Last updated