Package org.apache.bval.jsr
Interface LiskovTest.Api2
-
- All Superinterfaces:
LiskovTest.Api
- All Known Implementing Classes:
LiskovTest.Impl
- Enclosing class:
- LiskovTest
public static interface LiskovTest.Api2 extends LiskovTest.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
read(String key)
-
-
-
Method Detail
-
read
String read(String key)
- Specified by:
read
in interfaceLiskovTest.Api
-
-