path property

List<String> path
finalinherited

Path is a list of string to permit having nested extensions. For now you should pass the parent path into the child.

Implementation

final List<String> path;