org.megatome.knowndefect.example
Class ExampleKnownDefects

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

public class ExampleKnownDefects
extends Object

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

Author:
cjohnston

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

Constructor Detail

ExampleKnownDefects

public ExampleKnownDefects()
Method Detail

exampleEmptyDefect

@KnownDefect
public void exampleEmptyDefect()

exampleDescriptiveDefect

@KnownDefect(value="There is no code in this method")
public void exampleDescriptiveDefect()


Copyright (C) 2009, Megatome Technologies
All Rights Reserved