addMarker<U> method

void addMarker<U>()

Implementation

void addMarker<U>(){
  _keepAliveMarkers.add(U);
}