www.gusucode.com > ros 工具箱 matlab源码程序 > ros/+robotics/+ros/+internal/+mixin/JavaAccess.m

    classdef (Abstract) JavaAccess < handle
    %This class is for internal use only. It may be removed in the future.
    
    %JavaAccess Base class for classes that need access to Java objects
    %   If your class needs access to the Java object in some other
    %   classes, derive it from JavaAccess. For example, classes that need
    %   access to the Java objects in message can derive from JavaAccess.
    %   This enables permissions to call "getJavaObject" on messages.
    
    %   Copyright 2014 The MathWorks, Inc.
    
end