Home
last modified time | relevance | path

Searched refs:AppFunctionComponentRegistryAnnotation (Results 1 – 6 of 6) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAppFunctionSymbolResolver.kt21 …port androidx.appfunctions.compiler.core.IntrospectionHelper.AppFunctionComponentRegistryAnnotation in <lambda>()
138 AppFunctionComponentRegistryAnnotation.Category.FUNCTION in <lambda>()
172 AppFunctionComponentRegistryAnnotation.Category.INVENTORY in <lambda>()
187 AppFunctionComponentRegistryAnnotation.Category.INVOKER in <lambda>()
208 AppFunctionComponentRegistryAnnotation.CLASS_NAME in <lambda>()
212 AppFunctionComponentRegistryAnnotation.PROPERTY_COMPONENT_CATEGORY, in <lambda>()
217 AppFunctionComponentRegistryAnnotation.PROPERTY_COMPONENT_NAMES, in <lambda>()
DAppFunctionComponentRegistryGenerator.kt21 …port androidx.appfunctions.compiler.core.IntrospectionHelper.AppFunctionComponentRegistryAnnotation
65 AnnotationSpec.builder(AppFunctionComponentRegistryAnnotation.CLASS_NAME) in generateRegistry()
DIntrospectionHelper.kt56 object AppFunctionComponentRegistryAnnotation { object
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionFunctionRegistryProcessor.kt22 …port androidx.appfunctions.compiler.core.IntrospectionHelper.AppFunctionComponentRegistryAnnotation in <lambda>()
96 AppFunctionComponentRegistryAnnotation.Category.FUNCTION, in <lambda>()
DAppFunctionInvokerProcessor.kt25 …port androidx.appfunctions.compiler.core.IntrospectionHelper.AppFunctionComponentRegistryAnnotation in <lambda>()
122 AppFunctionComponentRegistryAnnotation.Category.INVOKER, in <lambda>()
DAppFunctionInventoryProcessor.kt26 …port androidx.appfunctions.compiler.core.IntrospectionHelper.AppFunctionComponentRegistryAnnotation
101 AppFunctionComponentRegistryAnnotation.Category.INVENTORY, in process()