org.megatome.knowndefect.example
Class ExampleKnownAndAcceptedDefects

java.lang.Object
  extended by org.megatome.knowndefect.example.ExampleKnownAndAcceptedDefects

public class ExampleKnownAndAcceptedDefects
extends Object

This is a sample class to show how the annotation is documented in JavaDoc.

Author:
cjohnston

Constructor Summary
ExampleKnownAndAcceptedDefects()
           
 
Method Summary
 void exampleKnownAndAcceptedDefect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleKnownAndAcceptedDefects

public ExampleKnownAndAcceptedDefects()
Method Detail

exampleKnownAndAcceptedDefect

@KnownAndAcceptedDefect(author="CEJ",
                        date="5/30/2008",
                        reason="We should not add code to this method")
public void exampleKnownAndAcceptedDefect()


Copyright (C) 2009, Megatome Technologies
All Rights Reserved