Back to Filament

Package-level declarations

docs/android/dokka/filament-android/com.google.android.filament.proguard/index.md

1.75.01.6 KB
Original Source

//filament-android/com.google.android.filament.proguard

Package-level declarations

Types

NameSummary
UsedByNative[main]
@Target(value = [ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.CONSTRUCTOR])
annotation class UsedByNative
Annotation used for marking methods and fields that are called from native code.
UsedByReflection[main]
@Target(value = [ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.CONSTRUCTOR])
annotation class UsedByReflection
Annotation used for marking methods and fields that are called by reflection.