github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/testdata/java/BUILD.in (about)

     1  # "proto_rule" instantiates the proto_compile rule
     2  # gazelle:proto_rule proto_compile implementation stackb:rules_proto:proto_compile
     3  
     4  # "proto_plugin" instantiates the builtin java plugin
     5  # gazelle:proto_plugin java implementation builtin:java
     6  
     7  # "proto_language" binds the rule(s) and plugin(s) together
     8  # gazelle:proto_language java rule proto_compile
     9  # gazelle:proto_language java plugin java