Skip to content

Instantly share code, notes, and snippets.

@eswdd
eswdd / BaseExecutionContextBuilder.java
Last active August 29, 2015 14:05
Cougar filters - detailed sketch
/**
* Base utils for building ExecutionContexts
*/
public abstract class BaseExecutionContextBuilder<T extends BaseExecutionContextBuilder> {
private BitSet whatsSet = new BitSet(MAX_BASE_BITS+getNumSpecificComponents());
protected GeoLocationDetails location;
protected RequestUUID uuid;
protected Date receivedTime;