grpc-java/auth/src
Eric Anderson acf62ab0c8 core: Make MetadataApplier an interface again
Swapping MetadataApplier to an abstract class is not ABI-safe for
callers. So I revert back to the previous interface definition and
introduce a CallCredentials2.MetadataApplier which is an abstract class.
Once everyone is on CallCredentials2 then we can swap it to an abstract
class again.

Fixes #5002
2018-10-26 10:15:10 -07:00
..
main/java/io/grpc/auth Revert "core: promote CallCredentials API v2. (#4952)" (#4983) 2018-10-22 16:43:37 -07:00
test/java/io/grpc/auth core: Make MetadataApplier an interface again 2018-10-26 10:15:10 -07:00