@InterfaceAudience.Public @InterfaceStability.Evolving public class InterfaceStability extends Object
InterfaceStability.Stable
, InterfaceStability.Evolving
or InterfaceStability.Unstable
. InterfaceAudience.Public
or
InterfaceAudience.LimitedPrivate
must have InterfaceStability annotation. InterfaceAudience.Private
are to be considered unstable unless
a different InterfaceStability annotation states otherwise.Copyright © 2017 Apache Software Foundation. All rights reserved.