Annotation Type AppEngineInternal (2.0.0)

public interface AppEngineInternal implements Annotation

Annotation 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

Annotation

Methods

message()

public abstract String message()
Returns
TypeDescription
String

A custom message to be printed when an unsafe reference to an internal class is detected.