blob: 7394582113f385d33600c0aa349cf286a40cf181 [file] [log] [blame]
// Signature format: 4.0
package androidx.appfunctions {
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget.FUNCTION) public @interface AppFunction {
method public abstract boolean isEnabled() default true;
property public abstract boolean isEnabled;
}
}