https://kotlinlang.org logo
#announcements
Title
# announcements
j

jcomo

10/13/2017, 5:31 PM
you could do it in java this way for reference
Copy code
public @interface SqlEmbedded {
    public Class<? extends ResultSetMapper> using()
        default NullResultSetMapper.class;
}
r

Ruckus

10/13/2017, 5:33 PM
I'm afraid I have little experience in this. Hopefully someone smarter than I can help.
2 Views