Attribute Macros§
- bean_
impl - Attribute macro for generating BeanProcessor implementation from an impl block
- handler
- Marker attribute for handler methods This attribute does not transform the method - it’s detected by the Bean derive macro to identify which methods should be exposed as bean handlers
Derive Macros§
- Bean
- Derive macro for BeanProcessor trait implementation This is a placeholder - Task 2.2 will complete the implementation