Skip to content

Commit

Permalink
Fix an @link now that @autoservice and its annotations are not in the…
Browse files Browse the repository at this point in the history
… same maven module

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=239811641
  • Loading branch information
ronshapiro committed Mar 22, 2019
1 parent 282a3a7 commit 93a1477
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
import java.lang.annotation.Target;

/**
* An annotation for service providers as described in {@link java.util.ServiceLoader}. The {@link
* com.google.auto.service.processor.AutoServiceProcessor} generates the configuration files which
* allows service providers to be loaded with {@link java.util.ServiceLoader#load(Class)}.
* An annotation for service providers as described in {@link java.util.ServiceLoader}. The
* annotation processor generates the configuration files that allow the annotated class to be
* loaded with {@link java.util.ServiceLoader#load(Class)}.
*
* <p>Service providers assert that they conform to the service provider specification.
* Specifically, they must:
* <p>The annotated class must conform to the service provider specification. Specifically, it must:
*
* <ul>
* <li>be a non-inner, non-anonymous, concrete class
Expand Down

0 comments on commit 93a1477

Please sign in to comment.