org.jcoderz.phoenix.report.samples
Interface ConstantsInterface


public interface ConstantsInterface

Trigger PMD design.xml/AvoidConstantsInterface.

Author:
Andreas Mandel

Field Summary
static int CONSTANT1
          Test constant.
static String CONSTANT2
          Test constant.
 

Field Detail

CONSTANT1

static final int CONSTANT1
Test constant.

See Also:
Constant Field Values

CONSTANT2

static final String CONSTANT2
Test constant.

See Also:
Constant Field Values


Copyright 2007 The jCoderZ Project.