Annotation Interface Development


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Development
Indicates a method provides functionality that is intended to be used during development. This typically includes features that are only available when running the application in "development mode".