The way it is has a bit of redundancy ``` ...
# general
w
The way it is has a bit of redundancy
Copy code
"globs": {
                "globs": [
                    "examples/src/java/org/pantsbuild/example/antlr4/ExampleAntlr4.java"
                ]
            },
two
globs
are used, first to represent the
protected Globs globs
in
TargetAddressInfo
class, then the second
globs
refers to `protected List<String> globs`in
Globs
class.