com.crashnote.external.config.impl.FromMapMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crashnote-appengine Show documentation
Show all versions of crashnote-appengine Show documentation
Reports exceptions from Java apps on Appengine to crashnote.com
/**
* Copyright (C) 2011-2012 Typesafe Inc.
*/
package com.crashnote.external.config.impl;
enum FromMapMode {
KEYS_ARE_PATHS, KEYS_ARE_KEYS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy