Annotation Interface Async


@Retention(RUNTIME) @Target(METHOD) public @interface Async
Marks a method as asynchronous, meaning it will be executed outside the main thread. Keep in mind that not all PluginAnnotationProcessor support this annotation so make sure to check the documentation.