package
0.0.0-20180917073602-62694dd50b91
Repository: https://github.com/bazelbuild/tools_jvm_autodeps.git
Documentation: pkg.go.dev

# Functions

Attr returns a new AttrModifier that changes attrName to value.
Deps is a convenience wrapper around Attr("srcs", value).
Exports is a convenience wrapper around Attr("srcs", value).
JavaBinary creates a java_binary Bazel rule as if it were returned by pkgloaderclient.Loader.
JavaLibrary creates a java_library Bazel rule as if it were returned by pkgloaderclient.Loader.
Pkg creates a Bazel package from a list of rules, as if they were returned by pkgloaderclient.Loader.
Rule creates a bazel.Rule and applies modifiers to it.
Srcs is a convenience wrapper around Attr("srcs", value).

# Structs

AttrModifier is a RuleModifier that changes the attribute named AttrName to Value.

# Interfaces

RuleModifier is used by Rule to modify a newly created bazel.Rule object.