I'm writing on a rather long program documentation, for a JAVA program.
This document contains some pretty long words - for example fully qualified class names (including package names).
These words have non alphanumeric characters in them (like '.' or '_') and are not hyphenated.
They often lead to "overfull hbox" warnings, and I want a method of "silent hyphenation" for them - allow them to be broken (maybe even at defineable "break points") BUT no hyphenation character must be shown (because this could confuse the reader into believing the hyphen char to be part of the word itself).
IOW I want something similar to the way the URL package is (reputedly) handling long strings.
There IS some way of "silent hyphenation" IIRC --- but I can't find where I read about it

Can anyone here help me out?
TIA,
Wolfgang Liebich