Package 

Class TaintBuilder

  • All Implemented Interfaces:
    com.planbase.taint.Taintable , java.io.Serializable

    
    public final class TaintBuilder
     implements Serializable, Taintable
                        

    Represents a Tainted Builder and is an inherently Mutable class and therefore not thread safe. It works much like StringBuilder, except that TaintedB ignores nulls while StringBuilder appends "null".