org.biojava.nbio.structure.io.cif.CifBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biojava-structure Show documentation
Show all versions of biojava-structure Show documentation
The protein structure modules of BioJava.
package org.biojava.nbio.structure.io.cif;
import java.io.Serializable;
/**
* Flag for BioJava beans that resemble categories defined by the mmCIF schema.
* @author Sebastian Bittrich
* @since 6.0.0
*/
public interface CifBean extends Serializable {
}