fsi-open / files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider making helper services internal

chives opened this issue · comments

Helper services located in EntityListener namespace should be declared as final and martked with @internal annotation to be excluded from officially supported public API of this component. The same could be done with EntityPropertyConfiguration class which holds internal representation of configuration of single WebFile property in specific entity class.