@Retention(value=RUNTIME) @Target(value={TYPE,PACKAGE}) @Inherited public @interface GithubBranch
TabbedDemo code snippets.
The annotation can be placed in either the demo class or its containing package. Class-level
annotations take precedence over package level annotations.DemoSourcepublic abstract String value
Copyright © 2020–2023 Flowing Code. All rights reserved.