public interface Factory<T>
T
create(Context context)
Class<? extends T>
type()
T create(Context context) throws Exception
context
Exception
Class<? extends T> type()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.