Interface CustomCompletion.Factory

Enclosing interface:
CustomCompletion

public static interface CustomCompletion.Factory
Factory interface for CustomCompletion instances, allowing the autocomplete internals to manage scope directly of CustomCompletion instances. By implementing the Factory interface, scope of dependencies can be managed, but any state should be left in the CustomCompletion itself (cached lookups, etc).
  • Method Summary

    Modifier and Type
    Method
    Description