I donβt know how to do this with annotations and personally, I donβt think it is a good idea and you should use List<String>
, but you can do it using xml matching.
You must use <array>
<array name="chapterTytles" table="Titles"> <key column="title_ID" /> <index column="tytle_index" /> <element column="tytle_name" type="string" /> </array>
source share