java_library( name='module1', srcs=glob(["*.java"]), deps=[ '//annotations:annotations', ], visibility=[ 'PUBLIC' ], )