google / google/closure-templates
Reason for adding final to SoyListData class in com.google.template.soy.data package?
Open
- Dominant language
- Java
- Stars
- 700
- Forks
- 199
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 26
Description
In a common lib of our organization, we extended SoyListData while we were using the old version of closure template. Now we want to upgrade to the version 2015-04-10 but find out that SoyListData has become a final class.
Is there any specific reason to make SoyListData final? Is it possible to remove this final?
Contributor guide
Assessment
This issue has not been assessed yet.