package test; public abstract class A { public String getValue() { return null; } }