Skip to content
Advertisement

Tag: jml

JML specification in the interface and the implementing class

I am a bit new to java and so while programming i have noticed that i have to give JML annotations to my subroutines. As i was working with object-oriented programming i have noticed the use of interfaces and that i have to declare the method there with JML specification, the questions is, when after i have my interface done

Advertisement