Custom page in plugin visible in menu

I found the answer on WordPress Forum:
http://wordpress.org/support/topic/add-backend-page-without-menu-item#post-2135050

It requires add_submenu_page() with slug = null (first argument). In WordPress documentation it’s marked as ‘required’ so it looks like it’s required but can be null.