Skip to content

Commit

Permalink
Added a @deprecated tag on the nonotify data classes, pointing to the…
Browse files Browse the repository at this point in the history
… silent implementation

Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Dec 29, 2011
1 parent 5ef20b1 commit d283686
Show file tree
Hide file tree
Showing 39 changed files with 42 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/org/openscience/cdk/nonotify/NNAdductFormula.java
Expand Up @@ -25,12 +25,13 @@
package org.openscience.cdk.nonotify;

import org.openscience.cdk.formula.AdductFormula;
import org.openscience.cdk.interfaces.IMolecularFormula;
import org.openscience.cdk.interfaces.IChemObjectBuilder;
import org.openscience.cdk.interfaces.IMolecularFormula;

/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.AdductFormula} instead.
*/
public class NNAdductFormula extends AdductFormula {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNAminoAcid.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.AminoAcid} instead.
*/
public class NNAminoAcid extends AminoAcid {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNAtom.java
Expand Up @@ -36,6 +36,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Atom} instead.
*/
public class NNAtom extends Atom {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNAtomContainer.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.AtomContainer} instead.
*/
public class NNAtomContainer extends AtomContainer {

Expand Down
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.AtomContainerSet} instead.
*/
public class NNAtomContainerSet extends AtomContainerSet {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNAtomParity.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.AtomParity} instead.
*/
public class NNAtomParity extends AtomParity {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNAtomType.java
Expand Up @@ -36,6 +36,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.AtomType} instead.
*/
public class NNAtomType extends AtomType {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNBioPolymer.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.BioPolymer} instead.
*/
public class NNBioPolymer extends BioPolymer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNBond.java
Expand Up @@ -33,6 +33,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Bond} instead.
*/
public class NNBond extends Bond {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNChemFile.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.ChemFile} instead.
*/
public class NNChemFile extends ChemFile {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNChemModel.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.ChemModel} instead.
*/
public class NNChemModel extends ChemModel {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNChemObject.java
Expand Up @@ -37,6 +37,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.ChemObject} instead.
*/
public class NNChemObject extends ChemObject {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNChemSequence.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.ChemSequence} instead.
*/
public class NNChemSequence extends ChemSequence {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNCrystal.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Crystal} instead.
*/
public class NNCrystal extends Crystal {

Expand Down
Expand Up @@ -32,6 +32,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.ElectronContainer} instead.
*/
public class NNElectronContainer extends ElectronContainer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNElement.java
Expand Up @@ -32,6 +32,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Element} instead.
*/
public class NNElement extends Element {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNFragmentAtom.java
Expand Up @@ -34,6 +34,7 @@
*
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.FragmentAtom} instead.
*
* @author egonw
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNIsotope.java
Expand Up @@ -36,6 +36,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Isotope} instead.
*/
public class NNIsotope extends Isotope {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNLonePair.java
Expand Up @@ -32,6 +32,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.LonePair} instead.
*/
public class NNLonePair extends LonePair {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNMapping.java
Expand Up @@ -32,6 +32,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Mapping} instead.
*/
public class NNMapping extends Mapping {

Expand Down
Expand Up @@ -30,6 +30,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.MolecularFormula} instead.
*/
public class NNMolecularFormula extends MolecularFormula {

Expand Down
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.MolecularFormulaSet} instead.
*/
public class NNMolecularFormulaSet extends MolecularFormulaSet {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNMolecule.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Molecule} instead.
*/
public class NNMolecule extends Molecule {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNMoleculeSet.java
Expand Up @@ -30,6 +30,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.MoleculeSet} instead.
*/
public class NNMoleculeSet extends MoleculeSet {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNMonomer.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Monomer} instead.
*/
public class NNMonomer extends Monomer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNPDBAtom.java
Expand Up @@ -36,6 +36,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.PDBAtom} instead.
*/
public class NNPDBAtom extends PDBAtom {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNPDBMonomer.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.PDBMonomer} instead.
*/
public class NNPDBMonomer extends PDBMonomer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNPDBPolymer.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.PDBPolymer} instead.
*/
public class NNPDBPolymer extends PDBPolymer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNPDBStructure.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.PDBStructure} instead.
*/
public class NNPDBStructure extends PDBStructure {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNPolymer.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Polymer} instead.
*/
public class NNPolymer extends Polymer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNPseudoAtom.java
Expand Up @@ -37,6 +37,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.PseudoAtom} instead.
*/
public class NNPseudoAtom extends PseudoAtom {

Expand Down
3 changes: 2 additions & 1 deletion src/main/org/openscience/cdk/nonotify/NNReaction.java
Expand Up @@ -35,7 +35,8 @@
/**
* @cdk.module nonotify
* @cdk.githash
*/
* @deprecated Use the {@link org.openscience.cdk.silent.Reaction} instead.
*/
public class NNReaction extends Reaction {

private static final long serialVersionUID = 2951866794445339044L;
Expand Down
Expand Up @@ -30,6 +30,7 @@

/**
* @cdk.module nonotify
* @deprecated Use the {@link org.openscience.cdk.silent.ReactionScheme} instead.
*/
public class NNReactionScheme extends ReactionScheme {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNReactionSet.java
Expand Up @@ -30,6 +30,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.ReactionSet} instead.
*/
public class NNReactionSet extends ReactionSet {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNRing.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Ring} instead.
*/
public class NNRing extends Ring {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNRingSet.java
Expand Up @@ -31,6 +31,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.RingSet} instead.
*/
public class NNRingSet extends RingSet {

Expand Down
Expand Up @@ -32,6 +32,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.SingleElectron} instead.
*/
public class NNSingleElectron extends SingleElectron {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/nonotify/NNStrand.java
Expand Up @@ -34,6 +34,7 @@
/**
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link org.openscience.cdk.silent.Strand} instead.
*/
public class NNStrand extends Strand {

Expand Down
Expand Up @@ -64,6 +64,7 @@
import org.openscience.cdk.interfaces.IRingSet;
import org.openscience.cdk.interfaces.ISingleElectron;
import org.openscience.cdk.interfaces.IStrand;
import org.openscience.cdk.silent.SilentChemObjectBuilder;

/**
* A helper class to instantiate a {@link IChemObject} for the original CDK
Expand All @@ -72,6 +73,7 @@
* @author egonw
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link SilentChemObjectBuilder} instead.
*/
public class NoNotificationChemObjectBuilder implements IChemObjectBuilder {

Expand Down

0 comments on commit d283686

Please sign in to comment.