Component class
Core component annotation - base for all stereotypes
This is the base annotation for all component stereotypes like
@Service, @Repository, @Controller, etc.
Example:
@Component()
class MyComponent {
// Your component logic here
}
- Implementers
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited