1java_library( 2 name = "typetools", 3 srcs = glob([ 4 "src/main/java/net/jodah/typetools/*.java", 5 ]), 6 visibility = ["//visibility:public"], 7) 8