From what I understand Java packages often use a company’s website as a package namespace.
For example if stackoverflow had a Java widget library it might be called com.stackoverflow.widget.
But what happens if you use an obscure TLD. Is info.example.widget acceptable?
Sure, no problem. Whatever your company’s domain name and whatever its TLD is, reverse the order of its components for your Java packages.