@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface ApolloConfig
Usage example:
//Inject the config for "someNamespace"
@ApolloConfig("someNamespace")
private Config config;
public abstract String value
Copyright © 2018 Ctrip, Inc.. All rights reserved.