Skip to content

Commit 8cfd093

Browse files
committed
Adding some more ignore fields in beans
1 parent 0b0b4c0 commit 8cfd093

File tree

1 file changed

+6
-0
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/model

1 file changed

+6
-0
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/model/ChemComp.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,19 @@ public class ChemComp implements Serializable, Comparable<ChemComp>{
6666
private String pdbx_processing_site;
6767
private String mon_nstd_flag;
6868

69+
@IgnoreField
6970
private List<ChemCompDescriptor> descriptors = new ArrayList<ChemCompDescriptor>();
71+
@IgnoreField
7072
private List<ChemCompBond> bonds = new ArrayList<ChemCompBond>();
73+
@IgnoreField
7174
private List<ChemCompAtom> atoms = new ArrayList<ChemCompAtom>();
7275

7376
// and some derived data for easier processing...
77+
@IgnoreField
7478
private ResidueType residueType;
79+
@IgnoreField
7580
private PolymerType polymerType;
81+
@IgnoreField
7682
private boolean standard;
7783

7884
@Override

0 commit comments

Comments
 (0)