Annotation Type Fragment


  • @Target(TYPE)
    public @interface Fragment
    Marker annotation for classes which act as fragments. This annotation is considered recursively, i.e., if a top-level class is marked as a fragment, it is inherited to the derived subclasses.
    Author:
    Holger Eichelberger