you could do it in java this way for reference ```...
# announcements
j
you could do it in java this way for reference
Copy code
public @interface SqlEmbedded {
    public Class<? extends ResultSetMapper> using()
        default NullResultSetMapper.class;
}
r
I'm afraid I have little experience in this. Hopefully someone smarter than I can help.