All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codetaco.funnel.parameters.HexDump Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.codetaco.funnel.parameters;

import com.codetaco.argument.annotation.Arg;

/**
 * 

* HexDump class. *

* * @author Chris DeGreef [email protected] */ public class HexDump { @Arg(positional = true, allowCamelCaps = true, help = "A previously defined column name.") public String columnName; /** *

* Constructor for HexDump. *

*/ public HexDump() { super(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy