Is there a Java equivalent for the __call of PHP?It would make sense to me if that's not the case, because it would probably result in compiler errors.From the PHP manual on magic methods:\[quote\] \[code\]__call()\[/code\] is triggered when invoking inaccessible methods in an object context. \[/quote\]