com.intellij.openapi.util
Interface Factory<T>

All Known Implementing Classes:
NewInstanceFactory

public interface Factory<T>


Method Summary
 T create()
           
 

Method Detail

create

T create()