public interface AppEngineInternal implements AnnotationAnnotation that marks a package or class as internal to App Engine. When applied to package, all subpackages are also considered to be internal. User code cannot safely depend on any class with this annotation or any class belonging to a package or a parent package with this annotation.
Implements
AnnotationMethods
message()
public abstract String message()| Returns | |
|---|---|
| Type | Description |
String |
A custom message to be printed when an unsafe reference to an internal class is detected. |