Annotation Interface GithubBranch


@Retention(RUNTIME) @Target({TYPE,PACKAGE}) @Inherited public @interface GithubBranch
This annotation is used for configuring the default branch for TabbedDemo code snippets. The annotation can be placed in either the TabbedDemo or its containing package. Class-level annotations take precedence over package level annotations.
Author:
Javier Godoy / Flowing Code
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details