Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support annotation processors #93

Merged

Commits on Nov 2, 2017

  1. First try supporting annotation processors.

    See discussion in bazeltools#62
    greggdonovan committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    cc424ec View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. - java_plugin visibility should be public

    - use the fully qualified class name in the `java_plugin` label for uniqueness if there are more than one `annotationProcessors` defined.
    - sort to `annotationProcessors` by class name to ensure the output is stable
    - use a for/yield in getProcessorClasses
    greggdonovan committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    d30bf65 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    10f4db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ac27a View commit details
    Browse the repository at this point in the history