Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterJoinRowMapper
Used to register a 
JoinRowMapper factory.  Will attempt to map all
 types given in the annotation declaration.- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
Class<?>[] valueReturns the types that will be available on the JoinRows returned.- Returns:
 - The types that will be available on the JoinRows returned.
 
 
 -