blob: 801d56021dfa4aef76c4bea31f8b74494f0896ff [file] [log] [blame]
java_library(
name = 'firstorder',
srcs = glob(['*.java']),
deps = [
'//third-party/java/asm:asm',
'//third-party/java/guava:guava',
'//third-party/java/jsr:jsr305',
],
visibility = ['PUBLIC'],
)