org.megatome.knowndefect.annotations
Annotation Type KnownAndAcceptedDefect


@Target(value=METHOD)
@Retention(value=CLASS)
@Documented
public @interface KnownAndAcceptedDefect

Annotation to be used when a KnownDefect will not be fixed, but should still be documented.

Author:
cjohnston

Required Element Summary
 String author
          Initials or name of the person that marked this defect as accepted.
 String date
          The date this defect was accepted.
 String reason
          The reason this defect was accepted.
 

Element Detail

author

public abstract String author
Initials or name of the person that marked this defect as accepted.

Returns:
Author

date

public abstract String date
The date this defect was accepted. Should be of form "MM/DD/YYYY", but anything is accepted.

Returns:
Date

reason

public abstract String reason
The reason this defect was accepted.

Returns:
Reason


Copyright (C) 2009, Megatome Technologies
All Rights Reserved