@author cinit
| 4 | * @author cinit |
| 5 | */ |
| 6 | public interface Initializable { |
| 7 | /** |
| 8 | * Initialize the object. |
| 9 | * |
| 10 | * @return true if the initialization is successful. |
| 11 | */ |
| 12 | boolean initialize(); |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected