Annotation Interface FragmentDescriptor


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface FragmentDescriptor
Specifies a string value that is a file path to an xml descriptor that can be used for a Fragment initialization.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      a path to the XML descriptor. If the value contains a file name only (i.e. don't start with '/'), it is assumed that the file is located in the package of the fragment class.