All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jqassistant.contrib.plugin.csharp.model.StructDescriptor Maven / Gradle / Ivy

The newest version!
package org.jqassistant.contrib.plugin.csharp.model;

import com.buschmais.xo.neo4j.api.annotation.Label;

@Label("Struct")
public interface StructDescriptor  extends MemberOwningTypeDescriptor {

    boolean isReadOnly();
    void setReadOnly(boolean readOnly);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy