If you have properly commented the class you could mark the bits of incomplete functionality as "deprecated" and or comment out the guts of the method and put a throw new UnsupportedOperationException();.
See Is there anything like .NET's NotImplementedException in Java?Is there anything like .NET's NotImplementedException in Java? for details.