@Retention(value=RUNTIME) @Target(value=TYPE) @InterfaceAudience.LimitedPrivate(value={"HDFS","MapReduce"}) @InterfaceStability.Evolving public @interface TokenInfo
Modifier and Type | Required Element and Description |
---|---|
Class<? extends TokenSelector<? extends TokenIdentifier>> |
value
The type of TokenSelector to be used
|
public abstract Class<? extends TokenSelector<? extends TokenIdentifier>> value
Copyright © 2013 Apache Software Foundation. All rights reserved.