Annotation Type Beta


  • @Retention(SOURCE)
    @Target({TYPE,CONSTRUCTOR,METHOD})
    public @interface Beta
    This annotation is added to classes, constructors or methods which are considered in beta phase. It indicates that any public interface can change without prior announcements. Moreover, classes, constructors, and methods annotated as beta are not considered at production quality, and should be used with care.