1 %%% Copyright (c) 2007- Facebook
2 %%% Distributed under the Thrift Software License
4 %%% See accompanying file LICENSE or visit the Thrift site at:
5 %%% http://developers.facebook.com/thrift/
10 -include("tProcessor.hrl").
14 -export([attr
/4, super
/0, inspect
/1]).
20 %%% 'super' is required unless ?MODULE is a base class
26 %%% behavior callbacks
29 %%% super() -> SuperModule = atom()
35 %%% inspect(This) -> string()