Lines Matching refs:both
22 … \@Provide, or \@BuilderParam in custom components cannot be decorated by both \@Require and **pri…
27 1. If a member variable is decorated by both the **private** access modifier and the \@State, \@Pro…
85 2. If a member variable is decorated by both the **public** access modifier and the \@StorageLink, …
120 Property 'local_prop_value' can not be decorated with both @LocalStorageProp and public.
121 Property 'local_link_value' can not be decorated with both @LocalStorageLink and public.
122 Property 'storage_prop_value' can not be decorated with both @StorageProp and public.
123 Property 'storage_link_value' can not be decorated with both @StorageLink and public.
124 Property 'consume_value' can not be decorated with both @Consume and public.
127 3. If a member variable is decorated by both the **private** access modifier and the \@Link/ or \@O…
164 Property 'link_value' can not be decorated with both @Link and private.
165 Property 'objectLink_value' can not be decorated with both @ObjectLink and private.
201 5. If a member variable is decorated by both the **private** access modifier and the \@Require, \@S…
230 Property 'prop_value' can not be decorated with both @Require and private.