How do I handle collections with @thymesVar?

前端 未结 1 1030
夕颜
夕颜 2021-02-15 11:40

If I have:

How would I specify the type of objects in the collection?

相关标签:
1条回答
  • 2021-02-15 12:05

    Oh, it's as simple as specifying the class in the declaration:

    <!--/*@thymesVar id="someCollection" type="java.util.List<com.domain.my.Bean>"*/-->

    0 讨论(0)
提交回复
热议问题