BrightSide Workbench Full Report + Source Code
org.turro.action.Closeables Class Reference

Static Public Member Functions

static void closeElephant ()
 

Detailed Description

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

Definition at line 28 of file Closeables.java.

Member Function Documentation

◆ closeElephant()

static void org.turro.action.Closeables.closeElephant ( )
static

Definition at line 32 of file Closeables.java.

32  {
33  for(IElephantCloseable closeable : Instances.cached().byAnnotation(ElephantCloseable.class, IElephantCloseable.class)) {
34  closeable.closeElephant();
35  }
36  }
Here is the caller graph for this function:

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