Interface QuantityCapable
public interface QuantityCapable
Marker interface for classes supporting Quantity-based APIs.
Classes implementing this interface guarantee type-safe physical
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturns true if this object can work with Quantity parameters.
-
Method Details
-
supportsQuantityAPI
default boolean supportsQuantityAPI()Returns true if this object can work with Quantity parameters. Default implementation returns true.
-