T
public interface ObjectFactory<T>
create()
void
destroy(T t)
boolean
validate(T t)
T create()
boolean validate(T t)
t
void destroy(T t)
Copyright © 2024. All rights reserved.