Property definitions

android $ NativeNotificationBuilder :: create
	fun create: NativeNotification in "Java" `{
		// Deprecated since API 16, which introduces `build`,
		// refinement and global compilation should prevent warnings.
		return self.getNotification();
	`}
lib/android/notification/native_notification.nit:52,2--56,3