{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

FunctionKeyMetaClass

@ComposeCompilerApi
@Target(allowedTargets = [AnnotationTarget.CLASS])
@Retention(value = AnnotationRetention.RUNTIME)
public annotation FunctionKeyMetaClass


This annotation is applied to the FunctionKeyMeta classes created by the Compose Compiler. This is intended to be used to provide information useful to tooling.

Summary

Public constructors

Public methods

final @NonNull String

The file path of the file the associated class was produced for

Public constructors

FunctionKeyMetaClass

public FunctionKeyMetaClass(@NonNull String file)
Parameters
@NonNull String file

The file path of the file the associated class was produced for

Public methods

getFile

public final @NonNull String getFile()

The file path of the file the associated class was produced for