public interface Property
Paging configuration interface. Classes implementing this interface will have their
setProperties(Properties) method called after initialization.- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperties(Properties properties) Sets the properties for the implementing class.
-
Method Details
-
setProperties
Sets the properties for the implementing class.- Parameters:
properties- the plugin properties to be set
-