All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.com.android.wm.shell.common.annotations.ShellMainThread Maven / Gradle / Ivy

package com.android.wm.shell.common.annotations;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import javax.inject.Qualifier;

/** Annotates a method or qualifies a provider that runs on the Shell main-thread */
@Documented
@Inherited
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
public @interface ShellMainThread {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy