BrightSide Workbench Full Report + Source Code
org.turro.contacts.ContactManagers Class Reference

Static Public Member Functions

static IContactManager instance ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file ContactManagers.java.

Member Function Documentation

◆ instance()

static IContactManager org.turro.contacts.ContactManagers.instance ( )
static

Definition at line 32 of file ContactManagers.java.

32  {
33  return CollectionUtil.from(Instances.fresh().byAnnotation(ElephantContactManager.class, IContactManager.class)).first();
34  }

The documentation for this class was generated from the following file: