@Retention(value=RUNTIME) @Target(value={TYPE,PACKAGE}) @Inherited public @interface GithubBranch
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.DemoSourcepublic abstract String value
Copyright © 2020–2024 Flowing Code. All rights reserved.